home *** CD-ROM | disk | FTP | other *** search
- Version Release info
- --------------------------------------------------------
- 1.00 Brewed and release within a day
-
- 1.10 Minor speedup in some display routines.
-
- 1.20 Reorganized Code. Fixed an error that wouldn't show the
- blue line to the users. Also fixed an error that caused unwanted
- garbage if the user entered more than 60 characters. Won't
- correct current garbage but won't create any more...
-
- 1.21 Correct a bug that wouldn't let the program display the right
- side of the boxes. Sped up the box drawing routines for
- multitasking.
-
- 1.30 General Code clean up. Sped up info box clearing. Code
- retest for OS/2. Added another ans for the intro screen.
- If FOOTHDR1.ANS exist, it will be displayed as a background
- during intro.. Both ansi's are replaceable.
-
- 1.31 Added Macros for special effects. The available macros so far
- are
- @NAME@ - Current users name
- @FIRST@ - Current users first name only.
- @PASSWORD@ - Prints the word Stupid.
- @X - is a color code prefix followed by a 2 digit code.
- 0 = Black 1 = Blue 2 = Green 3 = Cyan 4 = Red
- 5 = Magenta 6 = Brown 7 = White 8 = Dark Gray
- 9 = Light Blue A = Light Green B = Light Cyan
- C = Light Red D = Light Magenta E = Yellow
- F = BrightWhite
-
- Background color can ONLY be 0 thru 7.
- ie:
- @X07@ - Standard white on black
- @X4E@ - Yellow on Red
- @X1F@ - Brightwhite on Blue
-
- Color codes can be either upper or lower case.
- Color codes don't require the extra @. The code
- @x4e will do the same thing as @x4e@
-
- @NAME@ and @PASSWORD@ must be upper case only.
-
-
- 1.32 At the request of a registering user, a log file was added. To
- use this log file, add the LOG parameter to the command line.
- This will create a file called Footnote.log and continue to add
- to it should this parameter be on the command line. Fixed a bug
- in the Bugs.fix document file that stated that Background color
- can only be 0 thru 9. Should have been 7. ;).
-
- 1.33 Added online help key. Press ? from the "Do you wish to add a
- line".
-